/* 内页主体 */
.page {
	padding-top: 30px;
	background-color: rgb(245, 245, 245);
}

.page-main {
	background-color: rgb(255, 255, 255);
	padding: 20px;
}

.pages-ny {
	padding-top: 30px;
	overflow: hidden;
}

.content-title {
	color: #bd1616;
	font-size: 18px;
	font-weight: 600;
	padding-top: 30px;
	line-height: 220%;
	text-align: center;
}

.page-main .time {
	text-align: center;
	padding: 10px 0 15px;
	line-height: 21px;
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
}

.page-main .detail img {
	max-width: 100%;
}

.page-main .detail p {
	font-size: 14px;
	line-height: 200%;
}

.page-main .detail {
	padding:  0px 20px;
	font-size: 14px;
	line-height: 30px;
}

/* 左侧导航 */

.left-pro-dh {
	width: 100%;
}


.left-pro-dh li {
	width: 180px;
	background-color: #3c444d;
	text-align: center;
	margin-bottom: 5px;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
}

.left-pro-dh .active-left {
	background-color: #bd1616;
}

.left-pro-dh li:hover {
	background-color: #bd1616;
}

.left-pro-dh li a {
	display: block;
	color: #fff;
}
 
/* 关于我们 */
.pages-title {
	padding-top: 30px;
	font-size: 22px;
	color: #bd1616;
	font-weight: bold;
	text-align: center;
}


/* 服务类型 */
.prolist {
	padding: 20px;
	margin-bottom: 30px;
}

.prolist .pro-item {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #fff;
}

.prolist .pro-item:hover {
	border: 1px solid #bd1616;
}

.prolist .pro-item:hover a {
	color: #bd1616;
}

.prolist .pro-item:hover img {
	transform: scale(1.2);
	transition: all 1s;
}


.prolist .pro-img {
	width: 100%;
	height: 260px;
	line-height: 260px;
	text-align: center;
	overflow: hidden;
	border: 1px solid rgb(238, 238, 238);
}

.prolist .pro-img img {
	width: 100%;
    object-fit: contain;
    height: 260px;
}

.prolist .pro-title {
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.prolist .pro-title a {
	display: block;
	color: #000;
}

.prolist .pro-description {
	height: 60px;
	line-height: 20px;
	overflow: hidden;
	color: #5a5a5a;
}

/* 新闻 */ 
.project-main {
	padding: 10px;
}

.project-item {
	display: flex;
	padding: 10px;
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
}

.project-item .project-img {
	width: 180px;
	height: 160px;
	line-height: 150px;
	text-align: center;
	overflow: hidden;
	padding: 5px;
}

.project-item .project-img img {
	width: 100%;
	height: 160px;
}

.project-item .project-img:hover img {
	transform: scale(1.2);
	transition: all 1s;
}

.project-item .detail {
	padding-left: 30px;
	flex: 1;
}

.project-item .detail .title { 
}

.project-item .detail .title a {
	font-size: 16px;
	font-weight: 600;
	color: #bd1616;
}

.project-item .detail .description {
	margin-top: 10px;
	font-size: 14px;
	height: 75px;
	overflow: hidden;
	line-height: 25px;
}


.project-more {
	margin-top: 10px;
	width: 120px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #bd1616;
	text-align: center;
}

.project-more a {
	display: block;
	color: #bd1616;
}

.line-pro {
	width: 30px;
	height: 5px;
	background: #bd1616;
}

.bg2-pro {
	margin-top: 30px;
	background-color: #e3e3e3;
	padding: 10px 0px 10px 0px;
}

.yycj {
	font-size: 18px;
	line-height: 30px;
	text-indent: 2em;
	padding-bottom: 20px;
}
 


/* 联系我们 */
.contact-lx {
	padding: 50px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.contact-lx .contact-lxxx {
	overflow: hidden;
	width: 500px;
}

.contact-lx .contact-lxxx dl {
	background: #f9f8f8;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 10px;
}

.contact-lx .contact-lxxx dt {
	font-size: 16px;
}

.contact-lx .contact-lxxx dd {
	font-size: 14px;
}


/* 留言 */
.from-main {
	width: 500px;
}

.from-main .contactForm {
	overflow: hidden;
}

.from-main .contactForm input {
	width: 100%;
	border: 1px solid #eaeaea;
	height: 40px;
	line-height: 40px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;
	color: #666666;
	font-size: 14px;
}

.from-main .contactForm textarea {
	margin-top: 10px;
	width: 100%;
	border: 1px solid #eaeaea;
	line-height: 40px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
	color: #666666;
	font-size: 14px;
}

.from-main .contactForm #submit {
	height: 40px;
	line-height: 35px;
	color: #fff;
	width: 267px;
	border: 1px solid #bd1616;
	font-size: 14px;
	background-color: #bd1616;
	margin-top: 10px;
}

/* 法律法规 */
.lawlist-page {
	padding: 50px 30px 20px 30px;
}

.lawlist-page li {
	padding: 10px 50px 20px 50px;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid rgb(232, 232, 232);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.lawlist-page .date {
	color: #075961;
	margin-right: 20px;
	text-align: center;
	background: #e6f4f5;
	width: 66px;
	height: 66px;
	padding-top: 6px;
}

.lawlist-page .date strong {
	font-size: 24px;
	display: block;
}

.lawlist-page .date p {
	line-height: 18px;
	font-size: 13px;
}

.lawlist-page .cen {
	padding-left: 20px;
	flex: 1;
}

.lawlist-page .title {
	font-family: Microsoft YaHei;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	line-height: 140%;
}

.lawlist-page .title a {
	color: #bd1616;
}

.lawlist-page .new-detail {
	line-height: 140%;
	margin-top: 10px;
	display: inline-block;
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

/* 新闻 */
.new-page {
	margin-bottom: 30px;
}

.new-page .title {
	text-align: center;

}

.new-page .title p {
	font-family: Microsoft YaHei;
	font-size: 22px;
	font-weight: 600;
	color: #7cc144;
}

.new-page .time {
	text-align: center;
	padding: 10px 0 15px;
	line-height: 21px;
	overflow: hidden;
	margin-bottom: 10px;
}

.new-page .page-detail {
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	line-height: 30px;
}

.new-page .page-detail img {
	max-width: 100%;
}

.new-page .page-detail {
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	line-height: 30px;
}

.newkey {
	font-size: 12px;
	padding: 5px 10px;
	color: #868686;
	line-height: 12px;
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
}

.piecebBox {
	margin-top: 10px;
	padding: 20px;
}

.piece {
	line-height: 30px;
}


/* 合作伙伴 */
.hzkh-tit {
	margin-top: 50px;
	background-image: url("../images/hzhb.png");
	height: 1px;
	width: 100%;
	background-size: cover;
	margin-bottom: 50px;
	position: relative;
}

.hzkh-tit-bg {
	position: absolute;
	top: -15px;
	width: 100%;
	height: 10px;
	z-index: 99;
}

.hzkh-tit .name {
	height: 40px;
	width: 250px;
	display: block;
	text-align: center;
	margin: 0px auto;
	font-size: 18px;
	line-height: 40px;
	color: #bd1616;
	font-weight: 600;
	background-color: rgb(238, 238, 238);
}